home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_eval.exe / %MAINDIR% / Examples / Demo / FMain.dfm / FMain.txt next >
Encoding:
Text File  |  2001-08-31  |  26.0 KB  |  1,057 lines

  1. object FrmMain: TFrmMain
  2.   Left = 332
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Shell Control Pack Demo'
  7.   ClientHeight = 291
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 427
  25.     Height = 291
  26.     ActivePage = WelcomeTsh
  27.     Align = alClient
  28.     MultiLine = True
  29.     TabOrder = 0
  30.     object WelcomeTsh: TTabSheet
  31.       Caption = 'Welcome'
  32.       object PaintBox1: TPaintBox
  33.         Left = 0
  34.         Top = 0
  35.         Width = 419
  36.         Height = 245
  37.         Align = alClient
  38.         OnPaint = PaintBox1Paint
  39.       end
  40.       object Label8: TLabel
  41.         Left = 106
  42.         Top = 14
  43.         Width = 210
  44.         Height = 19
  45.         Caption = 'Welcome to the Plasmatech'
  46.         Font.Color = clBlack
  47.         Font.Height = -16
  48.         Font.Name = 'Arial'
  49.         Font.Style = [fsBold]
  50.         ParentFont = False
  51.         Transparent = True
  52.       end
  53.       object Label1: TLabel
  54.         Left = 105
  55.         Top = 13
  56.         Width = 210
  57.         Height = 19
  58.         Caption = 'Welcome to the Plasmatech'
  59.         Font.Color = clAqua
  60.         Font.Height = -16
  61.         Font.Name = 'Arial'
  62.         Font.Style = [fsBold]
  63.         ParentFont = False
  64.         Transparent = True
  65.       end
  66.       object Label7: TLabel
  67.         Left = 39
  68.         Top = 33
  69.         Width = 345
  70.         Height = 34
  71.         Caption = 'Shell Control Pack Demo'
  72.         Font.Color = clBlack
  73.         Font.Height = -29
  74.         Font.Name = 'Arial'
  75.         Font.Style = [fsBold]
  76.         ParentFont = False
  77.         Transparent = True
  78.       end
  79.       object Label4: TLabel
  80.         Left = 37
  81.         Top = 31
  82.         Width = 345
  83.         Height = 34
  84.         Caption = 'Shell Control Pack Demo'
  85.         Font.Color = clYellow
  86.         Font.Height = -29
  87.         Font.Name = 'Arial'
  88.         Font.Style = [fsBold]
  89.         ParentFont = False
  90.         Transparent = True
  91.       end
  92.       object VersionTxt: TLabel
  93.         Left = 184
  94.         Top = 227
  95.         Width = 57
  96.         Height = 14
  97.         Caption = 'Version %s'
  98.         Font.Color = clBlack
  99.         Font.Height = -11
  100.         Font.Name = 'Arial'
  101.         Font.Style = []
  102.         ParentFont = False
  103.         Transparent = True
  104.       end
  105.       object CopyrightLabel: TLabel
  106.         Left = 79
  107.         Top = 196
  108.         Width = 261
  109.         Height = 29
  110.         Alignment = taCenter
  111.         AutoSize = False
  112.         Caption = 
  113.           'Copyright %s 1996-2001 Plasmatech Software Design. All rights re' +
  114.           'served.'
  115.         Transparent = True
  116.         WordWrap = True
  117.       end
  118.       object Panel1: TPanel
  119.         Left = 127
  120.         Top = 68
  121.         Width = 164
  122.         Height = 124
  123.         BevelOuter = bvNone
  124.         BorderStyle = bsSingle
  125.         Caption = 'Panel1'
  126.         Ctl3D = True
  127.         ParentCtl3D = False
  128.         TabOrder = 0
  129.         object PlasmaLogoImg: TImage
  130.           Left = 0
  131.           Top = 0
  132.           Width = 160
  133.           Height = 120
  134.           Align = alClient
  135.           AutoSize = True
  136.           Center = True
  137.           Picture.Data = {<image000.bmp>}
  138.           Stretch = True
  139.         end
  140.       end
  141.       object Button3: TButton
  142.         Left = 340
  143.         Top = 216
  144.         Width = 75
  145.         Height = 23
  146.         Hint = 'Click here to continue...'
  147.         Caption = '&Next >'
  148.         Default = True
  149.         TabOrder = 2
  150.         OnClick = OnNextBtnClick
  151.       end
  152.       object Button10: TButton
  153.         Left = 4
  154.         Top = 216
  155.         Width = 125
  156.         Height = 23
  157.         Hint = 'http://plasmatech.com'
  158.         Caption = '&Visit our Web site...'
  159.         TabOrder = 1
  160.         OnClick = Button10Click
  161.       end
  162.     end
  163.     object OverviewTsh: TTabSheet
  164.       Caption = 'Overview'
  165.       object ToolbarImg: TImage
  166.         Left = 8
  167.         Top = 168
  168.         Width = 402
  169.         Height = 35
  170.         Hint = 'xxx'
  171.         Picture.Data = {<image001.bmp>}
  172.         OnMouseMove = ToolbarImgMouseMove
  173.       end
  174.       object Button11: TButton
  175.         Left = 265
  176.         Top = 216
  177.         Width = 75
  178.         Height = 23
  179.         Caption = '< &Back'
  180.         TabOrder = 2
  181.         OnClick = OnBackBtnClick
  182.       end
  183.       object Button12: TButton
  184.         Left = 340
  185.         Top = 216
  186.         Width = 75
  187.         Height = 23
  188.         Caption = '&Next >'
  189.         Default = True
  190.         TabOrder = 1
  191.         OnClick = OnNextBtnClick
  192.       end
  193.       object OverviewRchtxt: TRichEdit
  194.         Left = 4
  195.         Top = 4
  196.         Width = 409
  197.         Height = 144
  198.         BorderStyle = bsNone
  199.         Color = clBtnFace
  200.         Ctl3D = True
  201.         Lines.Strings = (
  202.           'OverviewRchtxt')
  203.         ParentCtl3D = False
  204.         ReadOnly = True
  205.         ScrollBars = ssVertical
  206.         TabOrder = 0
  207.       end
  208.     end
  209.     object ExplorerTsh: TTabSheet
  210.       Caption = 'Explorer'
  211.       object Button1: TButton
  212.         Left = 139
  213.         Top = 168
  214.         Width = 141
  215.         Height = 23
  216.         Caption = 'Start the Mini-E&xplorer...'
  217.         TabOrder = 0
  218.         OnClick = Button1Click
  219.       end
  220.       object Button7: TButton
  221.         Left = 265
  222.         Top = 216
  223.         Width = 75
  224.         Height = 23
  225.         Caption = '< &Back'
  226.         TabOrder = 1
  227.         OnClick = OnBackBtnClick
  228.       end
  229.       object Button4: TButton
  230.         Left = 340
  231.         Top = 216
  232.         Width = 75
  233.         Height = 23
  234.         Caption = '&Next >'
  235.         Default = True
  236.         TabOrder = 2
  237.         OnClick = OnNextBtnClick
  238.       end
  239.       object ExplorerRchtxt: TRichEdit
  240.         Left = 4
  241.         Top = 4
  242.         Width = 409
  243.         Height = 157
  244.         BorderStyle = bsNone
  245.         Color = clBtnFace
  246.         Ctl3D = True
  247.         Lines.Strings = (
  248.           'ExplorerRchtxt')
  249.         ParentCtl3D = False
  250.         ReadOnly = True
  251.         ScrollBars = ssVertical
  252.         TabOrder = 3
  253.       end
  254.     end
  255.     object OpenDialogTsh: TTabSheet
  256.       Caption = 'Open Dialog'
  257.       object Label10: TLabel
  258.         Left = 8
  259.         Top = 160
  260.         Width = 90
  261.         Height = 13
  262.         Caption = 'Selected Filename:'
  263.       end
  264.       object Edit1: TEdit
  265.         Left = 8
  266.         Top = 176
  267.         Width = 273
  268.         Height = 21
  269.         Color = clBtnFace
  270.         TabOrder = 0
  271.       end
  272.       object TestOpenDlgBtn: TButton
  273.         Left = 292
  274.         Top = 156
  275.         Width = 121
  276.         Height = 23
  277.         Caption = 'Test &Open Dialog...'
  278.         TabOrder = 1
  279.         OnClick = TestOpenDlgBtnClick
  280.       end
  281.       object Button14: TButton
  282.         Left = 340
  283.         Top = 216
  284.         Width = 75
  285.         Height = 23
  286.         Caption = '&Next >'
  287.         Default = True
  288.         TabOrder = 2
  289.         OnClick = OnNextBtnClick
  290.       end
  291.       object Button15: TButton
  292.         Left = 265
  293.         Top = 216
  294.         Width = 75
  295.         Height = 23
  296.         Caption = '< &Back'
  297.         TabOrder = 3
  298.         OnClick = OnBackBtnClick
  299.       end
  300.       object FileOpenRchedt: TRichEdit
  301.         Left = 4
  302.         Top = 4
  303.         Width = 409
  304.         Height = 145
  305.         BorderStyle = bsNone
  306.         Color = clBtnFace
  307.         Ctl3D = True
  308.         Lines.Strings = (
  309.           'FileOpenRchtxt')
  310.         ParentCtl3D = False
  311.         ReadOnly = True
  312.         ScrollBars = ssVertical
  313.         TabOrder = 4
  314.       end
  315.       object Button13: TButton
  316.         Left = 292
  317.         Top = 184
  318.         Width = 121
  319.         Height = 23
  320.         Caption = 'Test &Save Dialog...'
  321.         TabOrder = 5
  322.         OnClick = Button13Click
  323.       end
  324.     end
  325.     object FolderBrowseTsh: TTabSheet
  326.       Caption = 'Folder Browser'
  327.       object BaseTxt: TLabel
  328.         Left = 8
  329.         Top = 208
  330.         Width = 39
  331.         Height = 13
  332.         Caption = 'BaseTxt'
  333.       end
  334.       object Button16: TButton
  335.         Left = 340
  336.         Top = 216
  337.         Width = 75
  338.         Height = 23
  339.         Caption = '&Next >'
  340.         Default = True
  341.         TabOrder = 0
  342.         OnClick = OnNextBtnClick
  343.       end
  344.       object Button17: TButton
  345.         Left = 265
  346.         Top = 216
  347.         Width = 75
  348.         Height = 23
  349.         Caption = '< &Back'
  350.         TabOrder = 1
  351.         OnClick = OnBackBtnClick
  352.       end
  353.       object FolderBrowseRchedt: TRichEdit
  354.         Left = 4
  355.         Top = 4
  356.         Width = 409
  357.         Height = 179
  358.         BorderStyle = bsNone
  359.         Color = clBtnFace
  360.         Ctl3D = True
  361.         Lines.Strings = (
  362.           'FolderBrowseRchedt')
  363.         ParentCtl3D = False
  364.         ReadOnly = True
  365.         ScrollBars = ssVertical
  366.         TabOrder = 2
  367.       end
  368.       object FolderBrowseBtn: TButton
  369.         Left = 264
  370.         Top = 184
  371.         Width = 150
  372.         Height = 23
  373.         Caption = '&Test folder browse dialog...'
  374.         TabOrder = 3
  375.         OnClick = FolderBrowseBtnClick
  376.       end
  377.       object BaseBtn: TButton
  378.         Left = 8
  379.         Top = 184
  380.         Width = 105
  381.         Height = 23
  382.         Caption = '&Set base folder...'
  383.         TabOrder = 4
  384.         OnClick = BaseBtnClick
  385.       end
  386.     end
  387.     object ListTsh: TTabSheet
  388.       Caption = 'List Control'
  389.       object Label9: TLabel
  390.         Left = 4
  391.         Top = 4
  392.         Width = 394
  393.         Height = 13
  394.         Caption = 
  395.           'This is an example of a shell list view operating alone. Right-c' +
  396.           'lick for context menus.'
  397.       end
  398.       object Button6: TButton
  399.         Left = 340
  400.         Top = 216
  401.         Width = 75
  402.         Height = 23
  403.         Caption = '&Next >'
  404.         Default = True
  405.         TabOrder = 0
  406.         OnClick = OnNextBtnClick
  407.       end
  408.       object Button9: TButton
  409.         Left = 265
  410.         Top = 216
  411.         Width = 75
  412.         Height = 23
  413.         Caption = '< &Back'
  414.         TabOrder = 1
  415.         OnClick = OnBackBtnClick
  416.       end
  417.       object PTShellList1: TPTShellList
  418.         Left = 4
  419.         Top = 20
  420.         Width = 409
  421.         Height = 189
  422.         Options = [ptsloAutoFill, ptsloNonFilesystemAncestors, ptsloDefaultKeyHandling, ptsloContextMenus, ptsloDontChangeFolder]
  423.         Folder.Pidl = {0111}
  424.         IconOptions.AutoArrange = True
  425.         PopupMenu = PopupMenu1
  426.         TabOrder = 2
  427.         ViewStyle = vsReport
  428.       end
  429.     end
  430.     object PTTreeTsh: TTabSheet
  431.       Caption = 'Custom Draw Tree'
  432.       object EnableTimerBtn: TSpeedButton
  433.         Left = 96
  434.         Top = 136
  435.         Width = 81
  436.         Height = 23
  437.         Hint = 'Changes the state of items in response to a timer event.'
  438.         AllowAllUp = True
  439.         GroupIndex = 2
  440.         Caption = '&Animate'
  441.         OnClick = EnableTimerBtnClick
  442.       end
  443.       object BoldBtn: TSpeedButton
  444.         Left = 8
  445.         Top = 163
  446.         Width = 27
  447.         Height = 23
  448.         Hint = 'Bold'
  449.         AllowAllUp = True
  450.         GroupIndex = 1
  451.         Caption = 'B'
  452.         Font.Color = clWindowText
  453.         Font.Height = -11
  454.         Font.Name = 'MS Sans Serif'
  455.         Font.Style = [fsBold]
  456.         Margin = 7
  457.         ParentFont = False
  458.         OnClick = BoldBtnClick
  459.       end
  460.       object ItalicBtn: TSpeedButton
  461.         Left = 35
  462.         Top = 163
  463.         Width = 27
  464.         Height = 23
  465.         Hint = 'Italic'
  466.         AllowAllUp = True
  467.         GroupIndex = 2
  468.         Caption = 'I'
  469.         Font.Color = clWindowText
  470.         Font.Height = -11
  471.         Font.Name = 'MS Sans Serif'
  472.         Font.Style = [fsItalic]
  473.         Margin = 7
  474.         ParentFont = False
  475.         OnClick = ItalicBtnClick
  476.       end
  477.       object UnderlineBtn: TSpeedButton
  478.         Left = 62
  479.         Top = 163
  480.         Width = 27
  481.         Height = 23
  482.         Hint = 'Underline'
  483.         AllowAllUp = True
  484.         GroupIndex = 3
  485.         Caption = 'U'
  486.         Font.Color = clWindowText
  487.         Font.Height = -11
  488.         Font.Name = 'MS Sans Serif'
  489.         Font.Style = [fsUnderline]
  490.         Margin = 7
  491.         ParentFont = False
  492.         OnClick = UnderlineBtnClick
  493.       end
  494.       object PTTreeView1: TPTTreeView
  495.         Left = 8
  496.         Top = 8
  497.         Width = 121
  498.         Height = 121
  499.         HideSelection = False
  500.         Indent = 19
  501.         Items.Data = {
  502.           020000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000003000000
  503.           0546727569741E0000000000000000000000FFFFFFFFFFFFFFFF000000000000
  504.           0000054170706C651D0000000000000000000000FFFFFFFFFFFFFFFF00000000
  505.           0000000004506561721E0000000000000000000000FFFFFFFFFFFFFFFF000000
  506.           00000000000547756176611D0000000000000000000000FFFFFFFFFFFFFFFF00
  507.           0000000200000004446F6773210000000000000000000000FFFFFFFFFFFFFFFF
  508.           0000000000000000085368696820547A75240000000000000000000000FFFFFF
  509.           FFFFFFFFFF00000000000000000B4A61636B2052757373656C}
  510.         OnChange = PTTreeView1Change
  511.         OnDeletion = PTTreeView1Deletion
  512.         TabOrder = 0
  513.         OnPTCustomDraw = PTTreeView1PTCustomDraw
  514.         OnNodeContextMenu = PTTreeView1NodeContextMenu
  515.       end
  516.       object FontBtn: TButton
  517.         Left = 8
  518.         Top = 136
  519.         Width = 81
  520.         Height = 23
  521.         Caption = '&Font...'
  522.         TabOrder = 2
  523.         OnClick = FontBtnClick
  524.       end
  525.       object CustomDrawTreeRchedt: TRichEdit
  526.         Left = 136
  527.         Top = 8
  528.         Width = 281
  529.         Height = 117
  530.         BorderStyle = bsNone
  531.         Ctl3D = False
  532.         Lines.Strings = (
  533.           'CustomDrawTreeRchedt')
  534.         ParentColor = True
  535.         ParentCtl3D = False
  536.         ReadOnly = True
  537.         ScrollBars = ssVertical
  538.         TabOrder = 1
  539.       end
  540.       object Button24: TButton
  541.         Left = 265
  542.         Top = 216
  543.         Width = 75
  544.         Height = 23
  545.         Caption = '< &Back'
  546.         TabOrder = 4
  547.         OnClick = OnBackBtnClick
  548.       end
  549.       object Button25: TButton
  550.         Left = 340
  551.         Top = 216
  552.         Width = 75
  553.         Height = 23
  554.         Caption = '&Next >'
  555.         Default = True
  556.         TabOrder = 5
  557.         OnClick = OnNextBtnClick
  558.       end
  559.       object ClickMe1Btn: TButton
  560.         Left = 200
  561.         Top = 136
  562.         Width = 89
  563.         Height = 23
  564.         Hint = 'Sets up the tree with colors and fonts.'
  565.         Caption = '&Click Me!'
  566.         TabOrder = 3
  567.         OnClick = ClickMe1BtnClick
  568.       end
  569.       object ResetBtn: TButton
  570.         Left = 200
  571.         Top = 163
  572.         Width = 89
  573.         Height = 23
  574.         Caption = '&Reset'
  575.         TabOrder = 6
  576.         OnClick = ResetBtnClick
  577.       end
  578.       object FgColorBtn: TButton
  579.         Left = 8
  580.         Top = 192
  581.         Width = 81
  582.         Height = 23
  583.         Caption = 'F&oreground...'
  584.         TabOrder = 7
  585.         OnClick = FgColorBtnClick
  586.       end
  587.       object BkColorBtn: TButton
  588.         Left = 8
  589.         Top = 216
  590.         Width = 81
  591.         Height = 23
  592.         Caption = 'Bac&kground...'
  593.         TabOrder = 8
  594.         OnClick = BkColorBtnClick
  595.       end
  596.     end
  597.     object SplitterTsh: TTabSheet
  598.       Caption = 'Splitter Panels'
  599.       object Label11: TLabel
  600.         Left = 4
  601.         Top = 4
  602.         Width = 405
  603.         Height = 37
  604.         AutoSize = False
  605.         Caption = 
  606.           'You can easily create split views of any complexity by nesting o' +
  607.           'ne splitter panel within another. Below you see a vertical paren' +
  608.           't splitter containg two horizontal child splitters.'
  609.         WordWrap = True
  610.       end
  611.       object PTSplitter3: TPTSplitter
  612.         Left = 4
  613.         Top = 52
  614.         Width = 409
  615.         Height = 157
  616.         Color = clBtnFace
  617.         ParentColor = False
  618.         Proportional = False
  619.         Position = 168
  620.         SplitterWidth = 5
  621.         TabOrder = 0
  622.         object TPTPane
  623.           Left = 0
  624.           Top = 0
  625.           Width = 168
  626.           Height = 157
  627.           FrameStyle = ptfsNone
  628.           TabOrder = 0
  629.           Index = 0
  630.           object PTSplitter4: TPTSplitter
  631.             Left = 0
  632.             Top = 0
  633.             Width = 168
  634.             Height = 157
  635.             Align = alClient
  636.             Proportional = False
  637.             Position = 68
  638.             Style = ptstHorizontal
  639.             SplitterWidth = 5
  640.             TabOrder = 0
  641.             object TPTPane
  642.               Left = 0
  643.               Top = 0
  644.               Width = 168
  645.               Height = 68
  646.               Color = 13172735
  647.               ParentColor = False
  648.               TabOrder = 0
  649.               Index = 0
  650.               object Label2: TLabel
  651.                 Left = 0
  652.                 Top = 0
  653.                 Width = 134
  654.                 Height = 52
  655.                 Align = alClient
  656.                 Alignment = taCenter
  657.                 Caption = 
  658.                   #13#10'This is an example of'#13#10'nested splitter panels'#13#10'implementing a ' +
  659.                   '4-pane view.'
  660.               end
  661.             end
  662.             object TPTPane
  663.               Left = 0
  664.               Top = 73
  665.               Width = 168
  666.               Height = 84
  667.               Color = clBlack
  668.               ParentColor = False
  669.               TabOrder = 1
  670.               Index = 1
  671.               object ScrollBox1: TScrollBox
  672.                 Left = 0
  673.                 Top = 0
  674.                 Width = 164
  675.                 Height = 80
  676.                 HorzScrollBar.Tracking = True
  677.                 VertScrollBar.Tracking = True
  678.                 Align = alClient
  679.                 BorderStyle = bsNone
  680.                 TabOrder = 0
  681.                 object Image3: TImage
  682.                   Left = 0
  683.                   Top = 0
  684.                   Width = 97
  685.                   Height = 178
  686.                   AutoSize = True
  687.                 end
  688.               end
  689.             end
  690.           end
  691.         end
  692.         object TPTPane
  693.           Left = 173
  694.           Top = 0
  695.           Width = 236
  696.           Height = 157
  697.           FrameStyle = ptfsNone
  698.           TabOrder = 1
  699.           Index = 1
  700.           object PTSplitter5: TPTSplitter
  701.             Left = 0
  702.             Top = 0
  703.             Width = 236
  704.             Height = 157
  705.             Align = alClient
  706.             Proportional = False
  707.             Position = 68
  708.             Style = ptstHorizontal
  709.             SplitterWidth = 5
  710.             TabOrder = 0
  711.             object TPTPane
  712.               Left = 0
  713.               Top = 0
  714.               Width = 236
  715.               Height = 68
  716.               Color = clBtnFace
  717.               ParentColor = False
  718.               TabOrder = 0
  719.               Index = 0
  720.               object ScrollBox2: TScrollBox
  721.                 Left = 0
  722.                 Top = 0
  723.                 Width = 232
  724.                 Height = 64
  725.                 HorzScrollBar.Tracking = True
  726.                 VertScrollBar.Tracking = True
  727.                 Align = alClient
  728.                 BorderStyle = bsNone
  729.                 TabOrder = 0
  730.                 object Image1: TImage
  731.                   Left = 0
  732.                   Top = 0
  733.                   Width = 232
  734.                   Height = 115
  735.                   AutoSize = True
  736.                   Center = True
  737.                 end
  738.               end
  739.             end
  740.             object TPTPane
  741.               Left = 0
  742.               Top = 73
  743.               Width = 236
  744.               Height = 84
  745.               Color = 12582847
  746.               ParentColor = False
  747.               TabOrder = 1
  748.               Index = 1
  749.               object Label3: TLabel
  750.                 Left = 8
  751.                 Top = 7
  752.                 Width = 100
  753.                 Height = 13
  754.                 Caption = 'Drag the splitter bars!'
  755.               end
  756.             end
  757.           end
  758.         end
  759.       end
  760.       object Button5: TButton
  761.         Left = 340
  762.         Top = 216
  763.         Width = 75
  764.         Height = 23
  765.         Caption = '&Next >'
  766.         Default = True
  767.         TabOrder = 1
  768.         OnClick = OnNextBtnClick
  769.       end
  770.       object Button8: TButton
  771.         Left = 265
  772.         Top = 216
  773.         Width = 75
  774.         Height = 23
  775.         Caption = '< &Back'
  776.         TabOrder = 2
  777.         OnClick = OnBackBtnClick
  778.       end
  779.     end
  780.     object TabSheet4: TTabSheet
  781.       Caption = 'Image Combo'
  782.       object ImageComboRchedt: TRichEdit
  783.         Left = 0
  784.         Top = 2
  785.         Width = 409
  786.         Height = 79
  787.         BorderStyle = bsNone
  788.         Ctl3D = True
  789.         Lines.Strings = (
  790.           'ImageComboRchedt')
  791.         ParentColor = True
  792.         ParentCtl3D = False
  793.         ReadOnly = True
  794.         ScrollBars = ssVertical
  795.         TabOrder = 0
  796.       end
  797.       object Button2: TButton
  798.         Left = 265
  799.         Top = 216
  800.         Width = 75
  801.         Height = 23
  802.         Caption = '< &Back'
  803.         TabOrder = 1
  804.         OnClick = OnBackBtnClick
  805.       end
  806.       object Button20: TButton
  807.         Left = 340
  808.         Top = 216
  809.         Width = 75
  810.         Height = 23
  811.         Caption = '&Next >'
  812.         Default = True
  813.         TabOrder = 2
  814.         OnClick = OnNextBtnClick
  815.       end
  816.       object PTImageCombo1: TPTImageCombo
  817.         Left = 124
  818.         Top = 72
  819.         Width = 176
  820.         Height = 33
  821.         IndentPixels = 24
  822.         Font.Color = clWindowText
  823.         Font.Height = -22
  824.         Font.Name = 'Arial'
  825.         Font.Style = []
  826.         ItemHeight = 27
  827.         ParentFont = False
  828.         TabOrder = 3
  829.       end
  830.       object PTImageCombo2: TPTImageCombo
  831.         Left = 124
  832.         Top = 120
  833.         Width = 177
  834.         Height = 21
  835.         ItemHeight = 15
  836.         TabOrder = 4
  837.       end
  838.     end
  839.     object TabSheet8: TTabSheet
  840.       Caption = 'Extra'
  841.       object Label14: TLabel
  842.         Left = 8
  843.         Top = 116
  844.         Width = 236
  845.         Height = 13
  846.         Caption = 'Below is the result of AnsiUppercase(ParamStr(0)):'
  847.       end
  848.       object Label15: TLabel
  849.         Left = 8
  850.         Top = 168
  851.         Width = 373
  852.         Height = 13
  853.         Caption = 
  854.           'And this is the result after calling ShellGetDisplayPathname on ' +
  855.           'the above string:'
  856.       end
  857.       object UppercaseEdt: TEdit
  858.         Left = 8
  859.         Top = 132
  860.         Width = 401
  861.         Height = 21
  862.         Color = clBtnFace
  863.         ReadOnly = True
  864.         TabOrder = 0
  865.       end
  866.       object GetDisplayEdt: TEdit
  867.         Left = 8
  868.         Top = 184
  869.         Width = 401
  870.         Height = 21
  871.         Color = clBtnFace
  872.         ReadOnly = True
  873.         TabOrder = 1
  874.       end
  875.       object Button18: TButton
  876.         Left = 340
  877.         Top = 216
  878.         Width = 75
  879.         Height = 23
  880.         Caption = '&Next >'
  881.         Default = True
  882.         TabOrder = 2
  883.         OnClick = OnNextBtnClick
  884.       end
  885.       object Button19: TButton
  886.         Left = 265
  887.         Top = 216
  888.         Width = 75
  889.         Height = 23
  890.         Caption = '< &Back'
  891.         TabOrder = 3
  892.         OnClick = OnBackBtnClick
  893.       end
  894.       object ShellGetDisplayPathnameRchedt: TRichEdit
  895.         Left = 4
  896.         Top = 4
  897.         Width = 409
  898.         Height = 105
  899.         BorderStyle = bsNone
  900.         Color = clBtnFace
  901.         Ctl3D = True
  902.         Lines.Strings = (
  903.           'ShellGetDisplayPathnameEdt')
  904.         ParentCtl3D = False
  905.         ReadOnly = True
  906.         ScrollBars = ssVertical
  907.         TabOrder = 4
  908.       end
  909.     end
  910.     object OrderTsh: TTabSheet
  911.       Caption = 'Order'
  912.       object Button21: TButton
  913.         Left = 265
  914.         Top = 216
  915.         Width = 75
  916.         Height = 23
  917.         Caption = '< &Back'
  918.         TabOrder = 0
  919.         OnClick = OnBackBtnClick
  920.       end
  921.       object Button22: TButton
  922.         Left = 340
  923.         Top = 216
  924.         Width = 75
  925.         Height = 23
  926.         Caption = '&Next >'
  927.         Enabled = False
  928.         TabOrder = 1
  929.         OnClick = OnNextBtnClick
  930.       end
  931.       object OrderBtn: TButton
  932.         Left = 83
  933.         Top = 156
  934.         Width = 117
  935.         Height = 23
  936.         Caption = '&Order Online Now'
  937.         Default = True
  938.         TabOrder = 2
  939.         OnClick = OrderBtnClick
  940.       end
  941.       object Button23: TButton
  942.         Left = 219
  943.         Top = 156
  944.         Width = 117
  945.         Height = 23
  946.         Hint = 'http://plasmatech.com'
  947.         Caption = '&Visit our Web site'
  948.         TabOrder = 3
  949.         OnClick = Button10Click
  950.       end
  951.       object OrderRchedt: TRichEdit
  952.         Left = 4
  953.         Top = 4
  954.         Width = 409
  955.         Height = 149
  956.         BorderStyle = bsNone
  957.         Color = clBtnFace
  958.         Ctl3D = True
  959.         Lines.Strings = (
  960.           'OrderRchedt')
  961.         ParentCtl3D = False
  962.         ReadOnly = True
  963.         ScrollBars = ssVertical
  964.         TabOrder = 4
  965.       end
  966.     end
  967.   end
  968.   object PTOpenDlg1: TPTOpenDlg
  969.     Title = 'TPTOpenDlg Example'
  970.     Options = [ptofAllowMultiselect, ptofFileMustExist, ptofNoReadOnlyReturn, ptofAllowTree, ptofShowTree, ptofShowHints, ptofOleDrag, ptofOleDrop, ptofShowHidden]
  971.     Filter = 
  972.       'All files (*.*)|*.*|Delphi source files (*.pas,*.dpr)|*.pas;*.dp' +
  973.       'r|Executables|*.exe;*.pif;*.com|Files that start with F|F*'
  974.     FormWidth = 570
  975.     FormHeight = 410
  976.     FormSplitterPos = 199
  977.     Left = 360
  978.     Top = 46
  979.   end
  980.   object PTFolderBrowseDlg1: TPTFolderBrowseDlg
  981.     FormWidth = 366
  982.     FormHeight = 480
  983.     Options = [ptfbContextMenus, ptfbOleDrag, ptfbOleDrop, ptfbCreateFolderIcon, ptfbDeleteFolderIcon, ptfbVirtualFolders, ptfbShowHidden]
  984.     OnSelChange = PTFolderBrowseDlg1SelChange
  985.     Left = 388
  986.     Top = 46
  987.   end
  988.   object PTSaveDlg1: TPTSaveDlg
  989.     DefaultExt = 'html'
  990.     Options = [ptofCreatePrompt, ptofHideReadOnly, ptofNoReadOnlyReturn, ptofOverwritePrompt, ptofAllowTree, ptofShowTree, ptofShowHints, ptofOleDrag, ptofOleDrop, ptofShowHidden]
  991.     Filter = 'All files (*)|*|Html files (*.html)|*.html'
  992.     FormWidth = 569
  993.     FormHeight = 410
  994.     FormSplitterPos = 200
  995.     Left = 332
  996.     Top = 46
  997.   end
  998.   object Timer1: TTimer
  999.     Enabled = False
  1000.     Interval = 250
  1001.     OnTimer = Timer1Timer
  1002.     Left = 304
  1003.     Top = 46
  1004.   end
  1005.   object PopupMenu1: TPopupMenu
  1006.     Left = 276
  1007.     Top = 46
  1008.     object LargeIconsMitm1: TMenuItem
  1009.       Caption = 'Lar&ge icons'
  1010.       GroupIndex = 1
  1011.       Hint = 'Displays items by using large icons.'
  1012.       RadioItem = True
  1013.       OnClick = ViewMitmClick
  1014.     end
  1015.     object SmalliconsMItm1: TMenuItem
  1016.       Tag = 1
  1017.       Caption = 'S&mall icons'
  1018.       GroupIndex = 1
  1019.       Hint = 'Displays items by using small icons.'
  1020.       RadioItem = True
  1021.       OnClick = ViewMitmClick
  1022.     end
  1023.     object ListMitm1: TMenuItem
  1024.       Tag = 2
  1025.       Caption = '&List'
  1026.       GroupIndex = 1
  1027.       Hint = 'Displays items in a list.'
  1028.       RadioItem = True
  1029.       OnClick = ViewMitmClick
  1030.     end
  1031.     object DetailsMitm1: TMenuItem
  1032.       Tag = 3
  1033.       Caption = '&Details'
  1034.       Checked = True
  1035.       GroupIndex = 1
  1036.       Hint = 'Displays information about each item in the window.'
  1037.       RadioItem = True
  1038.       OnClick = ViewMitmClick
  1039.     end
  1040.   end
  1041.   object FontDialog1: TFontDialog
  1042.     Font.Color = clWindowText
  1043.     Font.Height = -11
  1044.     Font.Name = 'MS Sans Serif'
  1045.     Font.Style = []
  1046.     MinFontSize = 0
  1047.     MaxFontSize = 0
  1048.     Left = 248
  1049.     Top = 46
  1050.   end
  1051.   object ColorDialog1: TColorDialog
  1052.     Ctl3D = True
  1053.     Left = 220
  1054.     Top = 46
  1055.   end
  1056. end
  1057.